xen/arm: smpboot: drop unneeded code when identifying cpuinfo
authorPeng Fan <van.freenix@gmail.com>
Fri, 2 Sep 2016 09:41:41 +0000 (17:41 +0800)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 15 Sep 2016 01:28:35 +0000 (18:28 -0700)
commit3ab5fb9a9eeb2b610d5d74419e0b1ffaf18484f2
tree36c1cfd0cfe76cb046a637175b0bee9b8355f09b
parent773522000cc17f6f4323a4d97423790138ea98f2
xen/arm: smpboot: drop unneeded code when identifying cpuinfo

The current_cpu_data indicates the cpuinfo for the current cpu.
There is no need to fill the current_cpu_data from boot_cpu_data,
because the following call to identify_cpu will override it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/smpboot.c